Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/common ^0.18.0 -> ^0.20.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.8.1 -> 8.23.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.8.1 -> 8.23.0 age adoption passing confidence devDependencies minor
actions/checkout v4.2.1 -> v4.2.2 age adoption passing confidence action patch
actions/dependency-review-action v4.3.4 -> v4.5.0 age adoption passing confidence action minor
actions/setup-go v5.0.2 -> v5.3.0 age adoption passing confidence action minor
actions/setup-node v4.0.4 -> v4.2.0 age adoption passing confidence action minor
eslint (source) 9.12.0 -> 9.19.0 age adoption passing confidence devDependencies minor
eslint-config-prettier ^9.0.0 -> ^10.0.0 age adoption passing confidence devDependencies major
github.com/aperturerobotics/common v0.18.7 -> v0.20.3 age adoption passing confidence require minor
github.com/aperturerobotics/protobuf-go-lite v0.7.0 -> v0.8.0 age adoption passing confidence require minor
github/codeql-action v3.26.12 -> v3.28.8 age adoption passing confidence action minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
starpc ^0.35.0 -> ^0.36.0 age adoption passing confidence dependencies minor
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence devDependencies minor

Release Notes

aperturerobotics/common (@​aptre/common)

v0.20.3

Compare Source

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

v0.19.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.23.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

You can read about our versioning strategy and releases on our website.

v8.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v8.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

actions/checkout (actions/checkout)

v4.2.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.5.0

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update all dependencies to v0.18.7 chore(deps): update all dependencies Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 953cf6c to d380ec1 Compare October 9, 2024 10:26
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Oct 11, 2024
@renovate renovate bot closed this Oct 11, 2024
@renovate renovate bot deleted the renovate/all branch October 11, 2024 01:06
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Oct 11, 2024
@renovate renovate bot reopened this Oct 11, 2024
@renovate renovate bot restored the renovate/all branch October 11, 2024 04:33
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update module github.com/aperturerobotics/common to v0.18.8 Oct 11, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/aperturerobotics/common to v0.18.8 chore(deps): update all dependencies Oct 14, 2024
Copy link

socket-security bot commented Oct 14, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint-community/eslint-utils@4.4.1 🔁 npm/@eslint-community/eslint-utils@4.4.0 None +1 410 kB eslint-community-bot
npm/@eslint/config-array@0.19.2 🔁 npm/@eslint/config-array@0.18.0 None 0 315 kB eslintbot, openjsfoundation
npm/@eslint/core@0.10.0 🔁 npm/@eslint/core@0.6.0 None 0 59.9 kB eslintbot
npm/@eslint/eslintrc@3.2.0 🔁 npm/@eslint/eslintrc@2.1.4 None +1 759 kB eslintbot
npm/@eslint/js@9.19.0 🔁 npm/@eslint/js@8.57.1 None 0 14.9 kB eslintbot, openjsfoundation
npm/@eslint/object-schema@2.1.6 🔁 npm/@eslint/object-schema@2.1.4 None 0 57 kB eslintbot, openjsfoundation
npm/@eslint/plugin-kit@0.2.5 🔁 npm/@eslint/plugin-kit@0.2.0 None 0 76.8 kB eslintbot
npm/@humanfs/core@0.19.1 🔁 npm/@humanfs/core@0.19.0 None 0 72.7 kB nzakas
npm/@humanfs/node@0.16.6 🔁 npm/@humanfs/node@0.16.5 None +1 89.5 kB nzakas
npm/@humanwhocodes/retry@0.4.1 None 0 64.9 kB nzakas
npm/@typescript-eslint/eslint-plugin@8.23.0 🔁 npm/@typescript-eslint/eslint-plugin@8.8.1 None 0 2.85 MB bradzacher, jameshenry
npm/@typescript-eslint/parser@8.23.0 🔁 npm/@typescript-eslint/parser@8.8.1 None 0 19 kB bradzacher, jameshenry
npm/@typescript-eslint/scope-manager@8.23.0 🔁 npm/@typescript-eslint/scope-manager@8.8.1 None 0 624 kB jameshenry
npm/@typescript-eslint/type-utils@8.23.0 🔁 npm/@typescript-eslint/type-utils@8.8.1 None 0 126 kB bradzacher, jameshenry
npm/@typescript-eslint/types@8.23.0 🔁 npm/@typescript-eslint/types@8.8.1 None 0 175 kB bradzacher, jameshenry
npm/@typescript-eslint/typescript-estree@8.23.0 🔁 npm/@typescript-eslint/typescript-estree@8.8.1 Transitive: environment +3 1.05 MB bradzacher, jameshenry
npm/@typescript-eslint/utils@8.23.0 🔁 npm/@typescript-eslint/utils@8.8.1 None 0 283 kB bradzacher, jameshenry
npm/@typescript-eslint/visitor-keys@8.23.0 🔁 npm/@typescript-eslint/visitor-keys@8.8.1 None 0 19.4 kB bradzacher, jameshenry
npm/@vitest/expect@2.1.9 🔁 npm/@vitest/expect@2.1.2 None 0 165 kB antfu, oreanno, patak, ...1 more
npm/@vitest/mocker@2.1.9 🔁 npm/@vitest/mocker@2.1.2 None 0 121 kB antfu, oreanno, patak, ...1 more
npm/@vitest/pretty-format@2.1.9 🔁 npm/@vitest/pretty-format@2.1.2 None 0 45.5 kB antfu, oreanno, patak, ...1 more
npm/@vitest/runner@2.1.9 🔁 npm/@vitest/runner@2.1.2 None 0 89.3 kB antfu, oreanno, patak, ...1 more
npm/@vitest/snapshot@2.1.9 🔁 npm/@vitest/snapshot@2.1.2 None 0 85.3 kB antfu, oreanno, patak, ...1 more
npm/@vitest/spy@2.1.9 🔁 npm/@vitest/spy@2.1.2 None 0 21.7 kB antfu, oreanno, patak, ...1 more
npm/@vitest/utils@2.1.9 🔁 npm/@vitest/utils@2.1.2 None 0 157 kB antfu, oreanno, patak, ...1 more
npm/acorn@8.14.0 🔁 npm/acorn@8.12.1 None 0 547 kB marijn
npm/chai@5.1.2 🔁 npm/chai@5.1.1 None +1 569 kB chaijs
npm/cross-spawn@7.0.6 🔁 npm/cross-spawn@7.0.3 None 0 16.1 kB satazor
npm/es-module-lexer@1.6.0 None 0 91.3 kB guybedford
npm/eslint-plugin-react-hooks@5.1.0 🔁 npm/eslint-plugin-react-hooks@4.6.2 None 0 169 kB react-bot
npm/eslint-scope@8.2.0 🔁 npm/eslint-scope@7.2.2 None 0 152 kB eslintbot
npm/eslint-visitor-keys@4.2.0 None 0 36.1 kB eslintbot
npm/eslint@9.19.0 🔁 npm/eslint@8.57.1 None +2 3.91 MB eslintbot, openjsfoundation
npm/expect-type@1.1.0 None 0 110 kB mmkale
npm/fast-glob@3.3.3 🔁 npm/fast-glob@3.3.2 None +1 111 kB mrmlnc
npm/fastq@1.19.0 🔁 npm/fastq@1.17.1 None 0 43.9 kB matteo.collina
npm/file-entry-cache@8.0.0 🔁 npm/file-entry-cache@6.0.1 None 0 16 kB jaredwray
npm/flat-cache@4.0.1 🔁 npm/flat-cache@3.2.0 None 0 29.3 kB jaredwray
npm/flatted@3.3.2 🔁 npm/flatted@3.3.1 None 0 33.5 kB webreflection
npm/glob@11.0.0 🔁 npm/glob@7.2.3 Transitive: environment +1 913 kB isaacs
npm/globals@14.0.0 🔁 npm/globals@13.24.0 None 0 117 kB sindresorhus
npm/import-fresh@3.3.1 🔁 npm/import-fresh@3.3.0 None 0 4.69 kB sindresorhus
npm/loupe@3.1.3 None 0 59.5 kB chaijs
npm/magic-string@0.30.17 🔁 npm/magic-string@0.30.11 None 0 467 kB antfu
npm/prettier@3.4.2 🔁 npm/prettier@3.3.3 None 0 7.83 MB prettier-bot
npm/rimraf@6.0.1 🔁 npm/rimraf@3.0.2 environment 0 281 kB isaacs
npm/semver@7.7.0 🔁 npm/semver@7.6.3 None 0 96.6 kB npm-cli-ops
npm/starpc@0.36.1 🔁 npm/starpc@0.35.0 None 0 390 kB paralin
npm/std-env@3.8.0 🔁 npm/std-env@3.7.0 None 0 25.9 kB pi0
npm/tinyexec@0.3.2 🔁 npm/tinyexec@0.3.0 None 0 46.1 kB 43081j
npm/tinypool@1.0.2 🔁 npm/tinypool@1.0.1 None 0 57.3 kB ariperkkio
npm/ts-api-utils@2.0.1 🔁 npm/ts-api-utils@1.3.0 None 0 354 kB joshuakgoldberg
npm/typescript@5.7.3 🔁 npm/typescript@5.6.3 None 0 22.7 MB typescript-bot
npm/vite-node@2.1.9 🔁 npm/vite-node@2.1.2 None 0 204 kB antfu, oreanno, patak, ...1 more
npm/vitest@2.1.9 🔁 npm/vitest@2.1.2 None 0 1.64 MB antfu, oreanno, patak, ...1 more

🚮 Removed packages: npm/@humanwhocodes/config-array@0.13.0, npm/@humanwhocodes/object-schema@2.0.3, npm/@ungap/structured-clone@1.2.0, npm/doctrine@3.0.0, npm/fs.realpath@1.0.0, npm/inflight@1.0.6, npm/inherits@2.0.4, npm/is-path-inside@3.0.3, npm/once@1.4.0, npm/path-is-absolute@1.0.1, npm/text-table@0.2.0, npm/type-fest@0.20.2, npm/wrappy@1.0.2

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 20bc056 to 43eba80 Compare October 22, 2024 00:19
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 417d39a to 9b12408 Compare October 29, 2024 00:34
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 476e40d to e5b785d Compare December 16, 2024 18:15
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 58dbd54 to 0985425 Compare December 23, 2024 18:14
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 61f5ad1 to 3f0e14f Compare January 14, 2025 17:33
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from acc6f6e to 4d2160b Compare January 27, 2025 16:57
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fbc3c3a to c272ce3 Compare January 30, 2025 17:53
Copy link
Contributor Author

renovate bot commented Feb 3, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/aperturerobotics/json-iterator-lite v1.0.0 -> v1.0.1-0.20240713111131-be6bf89c3008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants